*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;overflow:hidden}body{font-family:'Inter',sans-serif;background:#202123;color:#ECECF1;display:flex;justify-content:center;align-items:center;text-align:center;padding:1rem}main{max-width:600px;width:100%}img.logo{width:64px;height:64px;margin-bottom:1.5rem}h1{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1.2;margin-bottom:1rem}p{font-size:clamp(1rem,2.5vw,1.25rem);font-weight:400;line-height:1.6;max-width:500px;margin:0 auto 2.5rem;opacity:1}a.cta{display:inline-block;background-color:#10A37F;color:#FFF;font-weight:700;text-decoration:none;padding:.9rem 2.2rem;border-radius:8px;transition:background-color .2s ease;font-size:clamp(1rem,2vw,1.1rem)}a.cta:hover,a.cta:focus{background-color:#12b890}#cookie-banner{display:none;position:fixed;bottom:1rem;left:1rem;right:1rem;max-width:500px;margin:0 auto;background:#343541;color:#ECECF1;padding:1rem;border-radius:8px;z-index:100;font-size:.9rem;text-align:left;align-items:center;justify-content:space-between}#cookie-banner p{font-size:.9rem;margin:0;padding-right:1rem;line-height:1.4}#cookie-banner.show{display:flex}#cookie-btn{background:#10A37F;color:#FFF;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-weight:700;flex-shrink:0}